Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests vectors for inequality.
Syntax
'Declaration
Public Shared Function op_Inequality ( _
value1 As Vector3, _
value2 As Vector3 _
) As Boolean
public static bool op_Inequality (
Vector3 value1,
Vector3 value2
)
public:
static bool op_Inequality(
Vector3 value1,
Vector3 value2
)
Parameters
Return Value
Type: Boolean
true if the vectors are not equal; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone