Equals

Equals(Color)

Determines whether the specified Color structure is equivalent to this Color structure.

public bool Equals(Color other)
Parameter Type Description
other Color The color to test.

Return Value

True if other is equivalent to this Color structure; otherwise, false.

See Also


Equals(object)

Determines whether the specified object is a Color> structure and is equivalent to this Color structure.

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

Return Value

True if object is a Color structure equivalent to this Color structure; otherwise, false.

See Also