[This is preliminary documentation and is subject to change.]
            Tests whether the timezone given in the argument is equal to the current class.
            
    Namespace: 
   OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool Equals( TimeZoneInfo tz )  | 
| Visual Basic (Declaration) | 
|---|
Public Function Equals ( _ tz As TimeZoneInfo _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool Equals( TimeZoneInfo^ tz )  | 
Parameters
- tz
 - Type: OfficeClip.Utils..::.TimeZoneInfo
The TimeZone to compare with 
