Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.02 KB

repeatbehaviorhelper_equals_150481833.md

File metadata and controls

31 lines (22 loc) · 1.02 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Media.Animation.RepeatBehaviorHelper.Equals(Microsoft.UI.Xaml.Media.Animation.RepeatBehavior,Microsoft.UI.Xaml.Media.Animation.RepeatBehavior)
winrt method

Microsoft.UI.Xaml.Media.Animation.RepeatBehaviorHelper.Equals

-description

Determines whether two RepeatBehavior values have equivalent values. C# and Microsoft Visual Basic code should use the equality operator instead.

-parameters

-param target

The first RepeatBehavior to compare.

-param value

The second RepeatBehavior to compare.

-returns

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

-remarks

-examples

-see-also

Equals(Object)