Partager via


SPClaimTypes.Equals - Méthode

Compare deux objets de ClaimType .

Espace de noms :  Microsoft.SharePoint.Administration.Claims
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Function Equals ( _
    claimTypeOne As String, _
    claimTypeTwo As String _
) As Boolean
'Utilisation
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
)

Paramètres

  • claimTypeOne
    Type : System.String

    Une chaîne qui représente le premier type de revendication à comparer.

  • claimTypeTwo
    Type : System.String

    Une chaîne qui représente le deuxième revendication à comparer.

Valeur renvoyée

Type : System.Boolean
true si claimTypeOne et claimTypeTwo sont égales ; dans le cas contraire, false. La valeur par défaut est false.

Exceptions

Exception Condition
ArgumentNullException

paramètre de claimTypeOne ou de claimTypeTwo est null .

Voir aussi

Référence

SPClaimTypes classe

SPClaimTypes - Membres

Microsoft.SharePoint.Administration.Claims - Espace de noms