Aspose::Pdf::operator== method

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ámetroTipoDescripción
xconst System::SharedPtr<Color>&Primer objeto Color.
yconst System::SharedPtr<Color>&Segundo objeto Color.

ReturnValue

True en caso de que los objetos Color sean iguales.

Ver también

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ámetroTipoDescripción
field1const System::SharedPtr<XmpField>&El field1.
field2const System::SharedPtr<XmpField>&El field2.

ReturnValue

El resultado del operador.

Ver también