Pair.op_Inequality メソッド (Microsoft.Office.Server.ApplicationRegistry.Infrastructure)
このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。
名前空間: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
Public Shared Operator <> ( _
p1 As Pair(Of T1, T2), _
p2 As Pair(Of T1, T2) _
) As Boolean
'使用
Dim p1 As Pair(Of T1, T2)
Dim p2 As Pair(Of T1, T2)
Dim returnValue As Boolean
returnValue = (p1 <> p2)
public static bool operator != (
Pair<T1,T2> p1,
Pair<T1,T2> p2
)
パラメータ
- p1
- p2
関連項目
参照
Pair Generic Structure
Pair メンバ
Microsoft.Office.Server.ApplicationRegistry.Infrastructure 名前空間