Equals

Equals(Argb32Color)

Checks this color with specified Argb32Color color for equality

public bool Equals(Argb32Color other)
Parameter Type Description
other Argb32Color The other Argb32Color color

Return Value

True if both colors or equal, otherwise false.

See Also


Equals(Rgb24Color)

Checks this color with specified Rgb24Color color for equality

public bool Equals(Rgb24Color other)
Parameter Type Description
other Rgb24Color The other Rgb24Color color

Return Value

True if both colors or equal, otherwise false.

See Also


Equals(object)

Checks this color with specified uncasted

public override bool Equals(object obj)
Parameter Type Description
obj Object The other uncasted color

Return Value

True if both colors or equal, otherwise false.

See Also