Equals()

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

Checks if this object is equal to another.

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

Arguments

ParameterTypeDescription
objSystem::SharedPtr<System::Object>Object to compare.

Return Value

True if objects are equal.

See Also