RepeatBehavior.Equality(RepeatBehavior, RepeatBehavior) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the two specified RepeatBehavior values are equal.
public:
static bool operator ==(Windows::UI::Xaml::Media::Animation::RepeatBehavior repeatBehavior1, Windows::UI::Xaml::Media::Animation::RepeatBehavior repeatBehavior2);
public static bool operator == (Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior1, Windows.UI.Xaml.Media.Animation.RepeatBehavior repeatBehavior2);
static member ( = ) : Windows.UI.Xaml.Media.Animation.RepeatBehavior * Windows.UI.Xaml.Media.Animation.RepeatBehavior -> bool
Public Shared Operator == (repeatBehavior1 As RepeatBehavior, repeatBehavior2 As RepeatBehavior) As Boolean
Parameters
- repeatBehavior1
- RepeatBehavior
The first value to compare.
- repeatBehavior2
- RepeatBehavior
The second value to compare.
Returns
true
if both the type and repeat behavior of repeatBehavior1
are equal to that of repeatBehavior2
; otherwise, false
.
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) RepeatBehavior
struct. For more information, see RepeatBehavior in the UWP API reference.