RepeatBehaviorHelper.Equals(RepeatBehavior, RepeatBehavior) 方法

定义

确定两个 RepeatBehavior 值是否具有等效值。 C# 和 Microsoft Visual Basic 代码应改用相等运算符。

 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

参数

target
RepeatBehavior

要比较的第一个 RepeatBehavior

value
RepeatBehavior

要比较的第二个 RepeatBehavior

返回

Boolean

bool

如果目标值和包含等效值,则为 true;否则为 false

适用于

另请参阅