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
- other
Tipo: Microsoft.Windows.Design.Metadata.PropertyIdentifier
Objeto PropertyIdentifier que se va a comparar con el objeto PropertyIdentifier actual.
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
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.