SKRectI.Equals Method

Definition

Overloads

Equals(SKRectI)

Specifies whether this rectangle contains the same coordinates as the specified SKRectI.

Equals(Object)

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

Equals(SKRectI)

Specifies whether this rectangle contains the same coordinates as the specified SKRectI.

public readonly bool Equals (SkiaSharp.SKRectI obj);

Parameters

obj
SKRectI

The SKRectI to test.

Returns

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

Implements

Applies to

Equals(Object)

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

Applies to