Aspose::Pdf::operator== method

Aspose::Pdf::operator==(const System::SharedPtr<Color>&, const System::SharedPtr<Color>&) method

Возвращает true, если два Colors равны.

bool Aspose::Pdf::operator==(const System::SharedPtr<Color> &x, const System::SharedPtr<Color> &y)
ПараметрТипОписание
xconst System::SharedPtr<Color>&Первый объект Color.
yconst System::SharedPtr<Color>&Второй объект Color.

ReturnValue

True в случае, если объекты Color равны.

См. также

Aspose::Pdf::operator==(const System::SharedPtr<XmpField>&, const System::SharedPtr<XmpField>&) method

Реализует оператор ==.

bool Aspose::Pdf::operator==(const System::SharedPtr<XmpField> &field1, const System::SharedPtr<XmpField> &field2)
ПараметрТипОписание
field1const System::SharedPtr<XmpField>&Поле field1.
field2const System::SharedPtr<XmpField>&Поле field2.

ReturnValue

Результат оператора.

См. также