Share via


NameAttribute.Equals Method

Returns a value indicating whether the value of the current object instance is equal to a specified object.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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

  • obj
    Type: System.Object
    Current value of the property Name to test for equality.

Return Value

Type: System.Boolean
Returns true if value equals the value of the current instance; otherwise returns false.

.NET Framework Security

See Also

Reference

NameAttribute Class

Microsoft.VisualStudio.Data Namespace