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