Time.op_Inequality

Time Inequality operator

Implements the operator !=.

public static bool operator !=(Time a, Time b)
ParameterTypeDescription
aTimeThe parameter a.
bTimeThe parameter b.

Return Value

The result of the operator.

See Also