共用方式為


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

如果target和 value 保留對等值,true;否則為false

適用於

另請參閱