Share via


TypeIdentifier.Equals Method (Object)

Determines whether the specified Object 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 Overrides Function Equals ( _
    obj As Object _
) As Boolean
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
abstract Equals : 
        obj:Object -> bool 
override Equals : 
        obj:Object -> bool 
public override function Equals(
    obj : Object
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TypeIdentifier Structure

Equals Overload

Microsoft.Windows.Design.Metadata Namespace