System::TimeZoneInfo::Equals method
TimeZoneInfo::Equals(SharedPtr<Object>) method
bool System::TimeZoneInfo::Equals(SharedPtr<Object> obj) override
See Also
- Typedef SharedPtr
- Class Object
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Font for C++
TimeZoneInfo::Equals(TimeZoneInfoPtr) method
Determines if the the current and specified objects are equal.
bool System::TimeZoneInfo::Equals(TimeZoneInfoPtr other) override
Parameter | Type | Description |
---|---|---|
other | TimeZoneInfoPtr | The object to compare the current object with |
ReturnValue
True if the objects are equal, otherwise - false
See Also
- Typedef TimeZoneInfoPtr
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Font for C++