BoundingSphere.op_Equality Method
Determines whether two instances of BoundingSphere are equal.
Syntax
'Declaration
Public Shared Function op_Equality ( _
a As BoundingSphere, _
b As BoundingSphere _
) As Boolean
public static bool op_Equality (
BoundingSphere a,
BoundingSphere b
)
public:
static bool op_Equality(
BoundingSphere a,
BoundingSphere b
)
Parameters
- a
Type: BoundingSphere
The object to the left of the equality operator. - b
Type: BoundingSphere
The object to the right of the equality operator.
Return Value
Type: Boolean
true if left is equal to right; 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