Click or drag to resize
SizeEquality Operator
Compares two instances of Windows.Foundation.Size for equality.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static bool operator ==(
	Size size1,
	Size size2
)

Parameters

size1
Type: Windows.FoundationSize
The first instance of Windows.Foundation.Size to compare.
size2
Type: Windows.FoundationSize
The second instance of Windows.Foundation.Size to compare.

Return Value

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