Matrix.Equals Method

Definition

Overloads

Equals(Object)

Determines whether the specified Object is a Matrix struct that is identical to this Matrix.

Equals(Matrix)

Determines whether the specified Matrix struct is identical to this instance.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. For more information, see Matrix in the UWP API reference.

Equals(Object)

Determines whether the specified Object is a Matrix struct that is identical to this Matrix.

C#
public override bool Equals(object o);

Parameters

o
Object

The Object to compare.

Returns

true if o is a Matrix struct that is identical to this Matrix struct; otherwise, false.

Applies to

UWP 10.0
Proizvod Verzije
UWP 10.0

Equals(Matrix)

Determines whether the specified Matrix struct is identical to this instance.

C#
public bool Equals(Windows.UI.Xaml.Media.Matrix value);

Parameters

value
Matrix

The instance of Matrix to compare to this instance.

Returns

true if instances are equal; otherwise, false.

Applies to

UWP 10.0
Proizvod Verzije
UWP 10.0