Aspose::Pdf::Utils::PublicData::CosPdfNumber::Equals method

CosPdfNumber::Equals method

//

bool Aspose::Pdf::Utils::PublicData::CosPdfNumber::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>The object to compare with current object

ReturnValue

true if specified object is equal to the current object; otherwise, false.

Remarks

Determines that the specified object is equal to the current object.

See Also