Pair<T1, T2>.Inequality Operator
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
p1 As Pair(Of T1, T2), _
p2 As Pair(Of T1, T2) _
) As Boolean
'Usage
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
)
Parameters
Return Value
Type: System.Boolean
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace