SKPoint3.Equals Method

Definition

Overloads

Equals(SKPoint3)

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

Equals(Object)

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

Equals(SKPoint3)

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

public readonly bool Equals (SkiaSharp.SKPoint3 obj);

Parameters

obj
SKPoint3

The SKPoint3 to test.

Returns

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

Implements

Applies to

Equals(Object)

Specifies whether this SKPoint3 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 SKPoint3 and has the same coordinates as this SKPoint3.

Applies to