バージョン

等価判定演算子 オペレータ (IgnoredContentList)

2 つの IgnoredContentList 値が等しいかどうかを決定します。
シンタックス
'宣言
 
Public Operator =( _
   ByVal ignoredContent1 As IgnoredContentList, _
   ByVal ignoredContent2 As IgnoredContentList _
) As Boolean

パラメータ

ignoredContent1
ignoredContent2

戻り値の型

値が等しい場合は True。それ以外の場合は False。
参照