BoundingFrustum.op_Inequality Method
Determines whether two instances of BoundingFrustum are not equal.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
a As BoundingFrustum, _
b As BoundingFrustum _
) As Boolean
public static bool op_Inequality (
BoundingFrustum a,
BoundingFrustum b
)
public:
static bool op_Inequality(
BoundingFrustum a,
BoundingFrustum b
)
Parameters
- a
Type: BoundingFrustum
The BoundingFrustum to the left of the inequality operator. - b
Type: BoundingFrustum
The BoundingFrustum to the right of the inequality operator.
Return Value
Type: Boolean
true if left is not equal to right; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
BoundingFrustum Class
BoundingFrustum Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone