BoundingSphere.Equals Method (Object)
Determines whether the specified Object is equal to the BoundingSphere.
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals (
Object obj
)
public:
bool Equals(
Object obj
) override
Parameters
- obj
Type: Object
The Object to compare with the current BoundingSphere.
Return Value
Type: Boolean
true if the specified Object 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