Edit

SKRotationScaleMatrix.Equals Method

Definition

Overloads

Name Description
Equals(Object)

Determines whether the specified object is equal to the current instance.

Equals(SKRotationScaleMatrix)

Determines whether the specified SKRotationScaleMatrix is equal to the current instance.

Equals(Object)

Determines whether the specified object is equal to the current instance.

public override readonly bool Equals(object obj);

Parameters

obj
Object

The object to compare with the current instance.

Returns

true if the specified object is a SKRotationScaleMatrix and is equal to the current instance; otherwise, false.

Applies to

Equals(SKRotationScaleMatrix)

Determines whether the specified SKRotationScaleMatrix is equal to the current instance.

public readonly bool Equals(SkiaSharp.SKRotationScaleMatrix obj);

Parameters

obj
SKRotationScaleMatrix

The SKRotationScaleMatrix to compare with the current instance.

Returns

true if the specified matrix is equal to the current instance; otherwise, false.

Implements

Applies to