BoundingBox.Equals Method (Object)
Determines whether two instances of BoundingBox are equal.
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 BoundingBox.
Return Value
Type: Boolean
true if the specified Object is equal to the current BoundingBox; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
BoundingBox Structure
BoundingBox Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone