Click or drag to resize

TimeZoneEquals(Object) Method

Compares this instance to another object.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The other object.

Return Value

Boolean
true if obj is from type TimeZone and the time zones are equal, otherwise false.
See Also