Compartir a través de


PropertyIdentifier.Equals (Método) (PropertyIdentifier)

Determina si el objeto PropertyIdentifier especificado es igual al objeto PropertyIdentifier actual.

Espacio de nombres:  Microsoft.Windows.Design.Metadata
Ensamblado:  Microsoft.Windows.Design.Extensibility (en Microsoft.Windows.Design.Extensibility.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean
Es true si la clase PropertyIdentifier especificada es igual a la clase PropertyIdentifier actual; de lo contrario, es false.

Implementaciones

IEquatable<T>.Equals(T)

Seguridad de .NET Framework

Vea también

Referencia

PropertyIdentifier Estructura

Equals (Sobrecarga)

Microsoft.Windows.Design.Metadata (Espacio de nombres)