BoundingBox.Equals Method (BoundingBox)
Determines whether two instances of BoundingBox are equal.
Syntax
'Declaration
Public Function Equals ( _
other As BoundingBox _
) As Boolean
public bool Equals (
BoundingBox other
)
public:
bool Equals(
BoundingBox other
)
Parameters
- other
Type: BoundingBox
The BoundingBox to compare with the current BoundingBox.
Return Value
Type: Boolean
true if the specified BoundingBox 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