Método TypeIdentifier.Equals (TypeIdentifier)

Determina se o especificado TypeIdentifier é igual a atual TypeIdentifier.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)

Sintaxe

'Declaração
Public Function Equals ( _
    other As TypeIdentifier _
) As Boolean
public bool Equals(
    TypeIdentifier other
)
public:
virtual bool Equals(
    TypeIdentifier other
) sealed
abstract Equals : 
        other:TypeIdentifier -> bool 
override Equals : 
        other:TypeIdentifier -> bool 
public final function Equals(
    other : TypeIdentifier
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se especificado TypeIdentifier é igual a atual TypeIdentifier; Caso contrário, false.

Implementações

IEquatable<T>.Equals(T)

Segurança do .NET Framework

Consulte também

Referência

TypeIdentifier Estrutura

Sobrecargas Equals

Namespace Microsoft.Windows.Design.Metadata