SizeEquals Method (Object) |
Compares an object to an instance of Windows.Foundation.Size
for equality.
Namespace: Windows.FoundationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public override bool Equals(
Object o
)
Parameters
- o
- Type: SystemObject
The System.Object to compare.
Return Value
Type:
Booleantrue if the sizes are equal; otherwise, false.
See Also