Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 913 Bytes

sizehelper_equals_1638522698.md

File metadata and controls

36 lines (21 loc) · 913 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.SizeHelper.Equals(Windows.Foundation.Size,Windows.Foundation.Size)
winrt method

Microsoft.UI.Xaml.SizeHelper.Equals

-description

Provides comparison of the values of two Size values. C# code should use the Equality (=) operator or Equals method instead.

-parameters

-param target

The first Size to compare.

-param value

The second Size to compare.

-returns

true if target and value hold equivalent values; otherwise, false.

-remarks

-examples

-see-also

Equals(Object)