CGColor.Equals(Object) Method

Definition

Determines if the objects are equal.

public override bool Equals (object o);
override this.Equals : obj -> bool

Parameters

o
Object

The other object.

Returns

true if this color is equal to the specified object.

Applies to