Equals()
ValueType::Equals(const SharedPtr<Object>&) method
Supports value type and reference type comparison.
static bool System::ValueType::Equals(const SharedPtr<Object> &o)
Arguments
Parameter | Type | Description |
---|---|---|
o | const SharedPtr<Object>& | Reference type object to compare to. |
Return Value
True if objects are considered equal, false otherwise.
See Also
- Typedef SharedPtr
- Class Object
- Class ValueType
- Namespace System
- Library Aspose.Slides