Share via


Plane.Equals Method (Plane)

Determines whether the specified Plane is equal to the Plane.

Syntax

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

Parameters

Return Value

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

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

Plane Structure
Plane Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone