RepeatBehavior.Equality(RepeatBehavior, RepeatBehavior) Operator

Definition

Indicates whether the two specified RepeatBehavior instances are equal.

public:
 static bool operator ==(System::Windows::Media::Animation::RepeatBehavior repeatBehavior1, System::Windows::Media::Animation::RepeatBehavior repeatBehavior2);
public static bool operator == (System.Windows.Media.Animation.RepeatBehavior repeatBehavior1, System.Windows.Media.Animation.RepeatBehavior repeatBehavior2);
static member ( = ) : System.Windows.Media.Animation.RepeatBehavior * System.Windows.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.

Applies to