BoundingSphere.Equals Method (BoundingSphere)

Determines whether the specified BoundingSphere is equal to the current BoundingSphere.

Syntax

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

Parameters

Return Value

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

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

BoundingSphere Structure
BoundingSphere Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone