VSDBToolsOptionsSettingsBase.Equals Method

Determines whether the given object is equal to this object.

Namespace:  Microsoft.Data.Schema.Tools.Settings.Internal
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.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 two objects are equal; otherwise, false.

.NET Framework Security

See Also

Reference

VSDBToolsOptionsSettingsBase Class

Microsoft.Data.Schema.Tools.Settings.Internal Namespace

Equals()