Método PropertyIdentifier.Equals (PropertyIdentifier)

Determina se o especificado PropertyIdentifier é igual a atual PropertyIdentifier.

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

Sintaxe

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

Parâmetros

Valor de retorno

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

Implementações

IEquatable<T>.Equals(T)

Segurança do .NET Framework

Consulte também

Referência

PropertyIdentifier Estrutura

Sobrecargas Equals

Namespace Microsoft.Windows.Design.Metadata