Windows.UI.Xaml.RectHelper.Equals
June 22, 2022 ยท View on GitHub
-description
Provides comparison of the values of two Rect values. C# and Microsoft Visual Basic code should use the Equality (=) operator or Equals method instead.
-parameters
-param target
The first Rect to compare.
-param value
The second Rect to compare.
-returns
true if target and value hold equivalent values; otherwise, false.