Share via


PropertyIdentifier.Equality Operator

Determines whether the specified PropertyIdentifier instances are considered equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    first As PropertyIdentifier, _
    second As PropertyIdentifier _
) As Boolean
public static bool operator ==(
    PropertyIdentifier first,
    PropertyIdentifier second
)
public:
static bool operator ==(
    PropertyIdentifier first, 
    PropertyIdentifier second
)
static let inline (=)
        first:PropertyIdentifier * 
        second:PropertyIdentifier  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if first is equal to second; otherwise, false.

.NET Framework Security

See Also

Reference

PropertyIdentifier Structure

Microsoft.Windows.Design.Metadata Namespace