Sdílet prostřednictvím


PropertyIdentifier.Equals – metoda (PropertyIdentifier)

Určuje, zda zadaná PropertyIdentifier se rovná aktuální PropertyIdentifier.

Obor názvů:  Microsoft.Windows.Design.Metadata
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.Boolean
true Pokud zadaný PropertyIdentifier se rovná aktuální PropertyIdentifier; jinak false.

Implementuje

IEquatable<T>.Equals(T)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyIdentifier Struktura

Equals – přetížení

Microsoft.Windows.Design.Metadata – obor názvů