System::DefaultBoxedValue::Equals method
DefaultBoxedValue::Equals method
Determines the equality of the boxed values represented by the current and specified objects.
bool System::DefaultBoxedValue<T>::Equals(ptr obj) override
Parameter | Type | Description |
---|---|---|
obj | ptr | The object that represent the boxed value to be compared with the boxed value represented by the current object |
ReturnValue
True if the boxed value represented by the current object and obj are equal, otherwise - false
See Also
- Typedef ptr
- Class DefaultBoxedValue
- Namespace System
- Library Aspose.PUB for C++