Click or drag to resize
SizeEquals Method (Size)
Compares a value to an instance of Windows.Foundation.Size for equality.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool Equals(
	Size value
)

Parameters

value
Type: Windows.FoundationSize
The size to compare to this current instance of Windows.Foundation.Size.

Return Value

Type: Boolean
true if the instances of Windows.Foundation.Size are equal; otherwise, false.
See Also