Share via


PropertyIdentifier.Equals Method (PropertyIdentifier)

Determines whether the specified PropertyIdentifier is equal to the current PropertyIdentifier.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the specified PropertyIdentifier is equal to the current PropertyIdentifier; otherwise, false.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

PropertyIdentifier Structure

Equals Overload

Microsoft.Windows.Design.Metadata Namespace