SKPointI.Equals Method

Definition

Overloads

Equals(SKPointI)

Specifies whether this SKPointI contains the same coordinates as the specified SKPointI.

Equals(Object)

Specifies whether this SKPointI contains the same coordinates as the specified Object.

Equals(SKPointI)

Specifies whether this SKPointI contains the same coordinates as the specified SKPointI.

public readonly bool Equals (SkiaSharp.SKPointI obj);

Parameters

obj
SKPointI

The SKPointI to test.

Returns

This method returns true if obj has the same coordinates as this SKPointI.

Implements

Applies to

Equals(Object)

Specifies whether this SKPointI contains the same coordinates as the specified Object.

public override bool Equals (object obj);
public override readonly bool Equals (object obj);

Parameters

obj
Object

The Object to test.

Returns

This method returns true if obj is a SKPointI and has the same coordinates as this SKPointI.

Applies to