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.

-remarks

-examples

-see-also

Equals(Object)

Contents

  1. 1-description
  2. 2-parameters
  3. 2.1-param target
  4. 2.2-param value
  5. 3-returns
  6. 4-remarks
  7. 5-examples
  8. 6-see-also