SPClaimTypes.Equals method
Compara dois objetos ClaimType .
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function Equals ( _
claimTypeOne As String, _
claimTypeTwo As String _
) As Boolean
'Uso
Dim claimTypeOne As String
Dim claimTypeTwo As String
Dim returnValue As Boolean
returnValue = SPClaimTypes.Equals(claimTypeOne, _
claimTypeTwo)
public static bool Equals(
string claimTypeOne,
string claimTypeTwo
)
Parâmetros
claimTypeOne
Type: System.StringUma seqüência de caracteres que representa o primeiro tipo de declaração para comparar.
claimTypeTwo
Type: System.StringUma seqüência de caracteres que representa o segundo tipo para comparar de declaração.
Valor retornado
Type: System.Boolean
true se claimTypeOne e claimTypeTwo são iguais; Caso contrário, false. O padrão é false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | o parâmetro claimTypeOne ou claimTypeTwo é null . |