Equals

TransitionValueBase.Equals method

Determines whether the two TransitionValueBase instances are equal.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe TransitionValueBase to compare with the current TransitionValueBase.

Return Value

true if the specified TransitionValueBase is equal to the current TransitionValueBase; otherwise, false.

See Also