Equals

Equals(Color)

Compares channel values with another redaction color.

public bool Equals(Color item)
Parameter Type Description
item Color The color to compare with.

Return Value

true when all channels match; otherwise false.

See Also


Equals(object)

Compares this color with another object.

public override bool Equals(object item)
Parameter Type Description
item Object The object to compare with.

Return Value

true when item is a matching Color; otherwise false.

See Also