RepeatBehaviorHelper.Equals(RepeatBehavior, RepeatBehavior) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷兩個 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。