TimeZoneInfoEquals Method |
Determines if two TimeZoneInfo objects represent the same timezone.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The other TimeZoneInfo object to compare.
Return Value
Type:
BooleanTrue if the two objects represent the same timezone.
See Also