CGAffineTransform.Equals(Object) Method

Definition

Compares the objects for equality.

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

Parameters

o
Object

The object to compare this instance against.

Returns

true if the objects are equal, false if not.

Applies to