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)

Tests if another object is equal to this Argb32Color instance.

public override bool Equals(object other)
Parameter Type Description
other Object The object to test with.

Return Value

True if the two objects are equal, otherwise false.

See Also