Equals

ColorChange.Equals method

Determines whether the specified ColorChange is equal to the current ColorChange.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe ColorChange to compare.

Return Value

true if objects are equal; otherwise, false.

See Also