Equals()

Hyperlink::Equals(System::SharedPtr<System::Object>) method

Determines whether the two Hyperlink instances are equal.

bool Aspose::Slides::Hyperlink::Equals(System::SharedPtr<System::Object> obj) override

Arguments

ParameterTypeDescription
objSystem::SharedPtr<System::Object>The Hyperlink to compare with the current Hyperlink.

Return Value

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

See Also