[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.BusinessLayer.FrameworkAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
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.BusinessLayer.Framework..::.TimeZoneInfo
The TimeZone to compare with
