Share via


Size.Equals Method

Determines whether two Size structures have the same height and width.

Syntax

  public bool Equals(
  object  
  obj
);

Parameters

obj

System.Object.  The object to test.

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