Aspose::Pdf::XmpField::Equals method

XmpField::Equals method

Indicates whether this instance and a specified object are equal.

bool Aspose::Pdf::XmpField::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>Another object to compare to.

ReturnValue

true if obj and this instance are the same type and represent the same value; otherwise, false.

See Also