Sdílet prostřednictvím


Ray.op_Inequality Method

Determines whether two instances of Ray are not equal.

Syntax

'Declaration
Public Shared Function op_Inequality ( _
         a As Ray, _
         b As Ray _
) As Boolean 
public static bool op_Inequality (
         Ray a,
         Ray b
)
public:
static bool op_Inequality(
         Ray a,
         Ray b
)

Parameters

  • a
    Type: Ray
    The object to the left of the inequality operator.
  • b
    Type: Ray
    The object 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

Ray Structure
Ray Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone