Equals()

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

Determines whether two TabsEx instances are equal.

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

Arguments

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

Return Value

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

See Also