Equals

Equals(Argb32Color)

Checks two Argb32Color colors 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(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