SKSizeI.Equals Method

Definition

Overloads

Equals(SKSizeI)

Tests to see whether the specified object is a SKSizeI structure with the same dimensions as this SKSizeI structure.

Equals(Object)

Tests to see whether the specified object is a SKSizeI structure with the same dimensions as this SKSizeI structure.

Equals(SKSizeI)

Tests to see whether the specified object is a SKSizeI structure with the same dimensions as this SKSizeI structure.

public readonly bool Equals (SkiaSharp.SKSizeI obj);

Parameters

obj
SKSizeI

The SKSizeI to test.

Returns

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

Implements

Applies to

Equals(Object)

Tests to see whether the specified object is a SKSizeI structure with the same dimensions as this SKSizeI structure.

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

Applies to