Equals()

TimeZoneInfo::Equals(SharedPtr<Object>) method

bool System::TimeZoneInfo::Equals(SharedPtr<Object> obj) override

TimeZoneInfo::Equals(TimeZoneInfoPtr) method

Determines if the the current and specified objects are equal.

bool System::TimeZoneInfo::Equals(TimeZoneInfoPtr other) override

Arguments

ParameterTypeDescription
otherTimeZoneInfoPtrThe object to compare the current object with

Return Value

True if the objects are equal, otherwise - false

See Also