SPClaimEntityTypes.Equals method

Executa uma comparação entre dois objetos de tipo de entidade.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Shared Function Equals ( _
    entityTypeOne As String, _
    entityTypeTwo As String _
) As Boolean
'Uso
Dim entityTypeOne As String
Dim entityTypeTwo As String
Dim returnValue As Boolean

returnValue = SPClaimEntityTypes.Equals(entityTypeOne, _
    entityTypeTwo)
public static bool Equals(
    string entityTypeOne,
    string entityTypeTwo
)

Parâmetros

  • entityTypeOne
    Type: System.String

    Primeira entidade tipo object para comparar.

  • entityTypeTwo
    Type: System.String

    Segundo objeto de tipo de entidade para comparar.

Valor retornado

Type: System.Boolean
Retorna Boolean. true se ambos os tipos de entidade são considerados equivalentes; Caso contrário, false.

Exceptions

Exception Condition
ArgumentNullException

Lançada quando nenhum parâmetro é a null reference (Nothing in Visual Basic).

Ver também

Referência

SPClaimEntityTypes class

SPClaimEntityTypes members

Microsoft.SharePoint.Administration.Claims namespace