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