TzInfoTimeInequality Operator

Determines whether two objects are not equal.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public static bool operator !=(
	TzInfoTime left,
	TzInfoTime right
)

Parameters

left  TzInfoTime
The first object to compare.
right  TzInfoTime
The second object to compare.

Return Value

Boolean
true if left and right are the same type and represent different values; otherwise, false.

See Also