Edit

Share via


SKMatrix.Equals Method

Definition

Overloads

Name Description
Equals(Object)

Determines whether this matrix is equal to the specified object.

Equals(SKMatrix)

Determines whether this matrix is equal to the specified matrix.

Equals(Object)

Determines whether this matrix is equal to the specified object.

public override readonly bool Equals(object obj);

Parameters

obj
Object

The object to compare with this instance.

Returns

Returns true if the object is an SKMatrix and is equal to this matrix; otherwise, false.

Applies to

Equals(SKMatrix)

Determines whether this matrix is equal to the specified matrix.

public readonly bool Equals(SkiaSharp.SKMatrix obj);

Parameters

obj
SKMatrix

The matrix to compare with this instance.

Returns

Returns true if the matrices are equal; otherwise, false.

Implements

Applies to