バージョン

Matches メソッド (TrueCondition)

True を返します。
シンタックス
'宣言
 
Public Function Matches( _
   ByVal value As Object, _
   ByVal contextProvider As IConditionContextProvider _
) As Boolean
public bool Matches( 
   object value,
   IConditionContextProvider contextProvider
)

パラメータ

value
比較対象の値。
contextProvider
追加情報を提供する IConditionContextProvidernull にできます。

戻り値の型

true。
参照