Bagikan melalui


Matrix.Equals Method (Matrix)

Determines whether the specified Object is equal to the Matrix.

Syntax

'Declaration
Public Function Equals ( _
         other As Matrix _
) As Boolean 
public bool Equals (
         Matrix other
)
public:
bool Equals(
         Matrix other
)

Parameters

Return Value

Type: Boolean
true if the specified Object is equal to the current Matrix; false otherwise.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone