Compares a value to an instance of Windows.Foundation.Size
for equality.
Namespace: Windows.FoundationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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:
Booleantrue if the instances of Windows.Foundation.Size are equal; otherwise, false.
See Also