Aspose::Pdf::operator== method
Contenido
[
Ocultar
]Aspose::Pdf::operator==(const System::SharedPtr<Color>&, const System::SharedPtr<Color>&) method
Devuelve true si dos Colors son iguales.
bool Aspose::Pdf::operator==(const System::SharedPtr<Color> &x, const System::SharedPtr<Color> &y)
| Parámetro | Tipo | Descripción |
|---|---|---|
| x | const System::SharedPtr<Color>& | Primer objeto Color. |
| y | const System::SharedPtr<Color>& | Segundo objeto Color. |
ReturnValue
True en caso de que los objetos Color sean iguales.
Ver también
- Typedef SharedPtr
- Class Color
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Aspose::Pdf::operator==(const System::SharedPtr<XmpField>&, const System::SharedPtr<XmpField>&) method
Implementa el operador ==.
bool Aspose::Pdf::operator==(const System::SharedPtr<XmpField> &field1, const System::SharedPtr<XmpField> &field2)
| Parámetro | Tipo | Descripción |
|---|---|---|
| field1 | const System::SharedPtr<XmpField>& | El field1. |
| field2 | const System::SharedPtr<XmpField>& | El field2. |
ReturnValue
El resultado del operador.
Ver también
- Typedef SharedPtr
- Class XmpField
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++