Equals

Equals(ArgbColor)

Checks two ArgbColor colors for equality

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

Return Value

True if both colors or equal, otherwise false.

See Also


Equals(object)

Tests if another object is equal to this ArgbColor 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