Equals()
IEquatable::Equals(T) method
Determines if the the current and specified objects are equal.
virtual bool System::IEquatable<T>::Equals(T other)=0
Arguments
Parameter | Type | Description |
---|---|---|
other | T | The object to compare the current object with |
Return Value
True if the objects are equal, otherwise - false
See Also
- Class IEquatable
- Namespace System
- Library Aspose.Slides