TzInfoTimeInequality Operator
Determines whether two objects are not equal.
Namespace: InnerDrive.TimeZonesAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
public static bool operator !=(
TzInfoTime left,
TzInfoTime right
)
- left TzInfoTime
- The first object to compare.
- right TzInfoTime
- The second object to compare.
Boolean
true if
left and
right are the same
type and represent different values; otherwise, false.