Share via


Inset.Equality Operator

Tests whether two specified Inset structures are equivalent.

Syntax

  public static bool operator==(
  Inset  
  left
  , 
  Inset  right
);

Parameters

left

Microsoft.MediaCenter.UI.Inset.  The Inset structure that is to the left of the equality operator.

right

Microsoft.MediaCenter.UI.Inset.  The Inset structure that is to the right of the equality operator.

Return Value

System.Booleantrue if the structures are 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