RepeatBehaviorHelper.Equals(RepeatBehavior, RepeatBehavior) Method
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.
Determines whether two RepeatBehavior values have equivalent values. C# and Microsoft Visual Basic code should use the equality operator instead.
static bool Equals(RepeatBehavior const& target, RepeatBehavior const& value);
public static bool Equals(RepeatBehavior target, RepeatBehavior value);
function equals(target, value)
Public Shared Function Equals (target As RepeatBehavior, value As RepeatBehavior) As Boolean
Parameters
- target
- RepeatBehavior
The first RepeatBehavior to compare.
- value
- RepeatBehavior
The second RepeatBehavior to compare.
Returns
Boolean
bool
true if target and value hold equivalent values; otherwise, false.