Share via


TypeIdentifier.Equals Method (TypeIdentifier)

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

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

Syntax

'Declaration
Public Function Equals ( _
    other As TypeIdentifier _
) As Boolean
public bool Equals(
    TypeIdentifier other
)
public:
virtual bool Equals(
    TypeIdentifier other
) sealed
abstract Equals : 
        other:TypeIdentifier -> bool 
override Equals : 
        other:TypeIdentifier -> bool 
public final function Equals(
    other : TypeIdentifier
) : boolean

Parameters

Return Value

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

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

TypeIdentifier Structure

Equals Overload

Microsoft.Windows.Design.Metadata Namespace