Equals()

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

Determines whether the specified Reflection is equal to the current Reflection.

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

Arguments

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

Return Value

true if objects are equal; otherwise, false.

See Also