Vector3.Inequality Operator

Tests whether two Vector3 structures are different.

Syntax

  public static bool operator!=(
  Vector3  
  left
  ,
  Vector3  right
);

Parameters

left

Microsoft.MediaCenter.UI.Vector3.  The Vector3 structure that is to the left of the inequality operator.

right

Microsoft.MediaCenter.UI.Vector3.  The Vector3 structure that is to the right of the inequality operator.

Return Value

System.Booleantrue if the structures are not equal; otherwise, false.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also