Equals

ColorOperation.Equals method

Determines whether the two ColorOperation instances are equal.

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

Return Value

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

See Also