Equals()

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

Compares with specified object.

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

Arguments

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

Return Value

True is objects are equal, otherwise false.

See Also