CGSize.Equals Method

Definition

Overloads

Equals(CGSize)

Compares the size with the specified size.

Equals(Object)

Compares the CGSize with another object.

Equals(CGSize)

Compares the size with the specified size.

public bool Equals (CoreGraphics.CGSize size);
override this.Equals : CoreGraphics.CGSize -> bool

Parameters

size
CGSize

Returns

Implements

Applies to

Equals(Object)

Compares the CGSize with another object.

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

Parameters

obj
Object

Returns

Applies to