Aspose::Pdf::Facades::SignatureName::Equals method

SignatureName::Equals method

Determines whether this instance and a specified object are equal.

bool Aspose::Pdf::Facades::SignatureName::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>The object to compare with the current instance.

ReturnValue

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

See Also