Equals()
Tuple::Equals(SharedPtr<Object>) method
Determines if the current and the specified objects are identical.
bool System::Tuple<Args>::Equals(SharedPtr<Object> obj) override
Arguments
Parameter | Type | Description |
---|---|---|
obj | SharedPtr<Object> | An object to compare the current object with |
Return Value
True if the current and the specified objects are identical, otherwise - false
See Also
- Typedef SharedPtr
- Class Object
- Class Tuple
- Namespace System
- Library Aspose.Slides