Equals

ColorReplace.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also