Size.Equals Method (Size)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Compares a value to an instance of Size for equality.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Function Equals ( _
value As Size _
) As Boolean
public bool Equals(
Size value
)
Parameters
- value
Type: System.Windows.Size
The size to compare to this current instance of Size.
Return Value
Type: System.Boolean
true if the instances of Size are equal; otherwise, false.
Remarks
Double values can result in an error when operated upon. Values that are logically equal might fail to result in a value of true.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.