RepeatBehavior.Inequality(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 RepeatBehavior instances are not 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 op_Inequality : 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 repeatBehavior1
and repeatBehavior2
are different types or the repeat behavior properties are not equal; otherwise false
.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.