Click or drag to resize
SizeEquals Method (Object)
Compares an object 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 override bool Equals(
	Object o
)

Parameters

o
Type: SystemObject
The System.Object to compare.

Return Value

Type: Boolean
true if the sizes are equal; otherwise, false.
See Also