Operator operator !=
operator !=(TimeStep, TimeStep)
Indicates whether two TimeStep values are different.
public static bool operator !=(TimeStep left, TimeStep right)
Parameters
left
TimeStepThe TimeStep value on the left-hand side of the inequality operator.
right
TimeStepThe TimeStep value on the right-hand side of the inequality operator.