Equals Method (ExtensionHandle)

Compare two ExtensionHandle. If the ExtensionType and the ConfigurationName is the same, we say they are equal.

Namespace:  Microsoft.Data.Tools.Schema.Extensibility
Assembly:  Microsoft.Data.Tools.Schema.Sql (in Microsoft.Data.Tools.Schema.Sql.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As ExtensionHandle _
) As Boolean
'Usage
Dim instance As ExtensionHandle
Dim other As ExtensionHandle
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    ExtensionHandle other
)
public:
virtual bool Equals(
    ExtensionHandle^ other
) sealed
abstract Equals : 
        other:ExtensionHandle -> bool 
override Equals : 
        other:ExtensionHandle -> bool 
public final function Equals(
    other : ExtensionHandle
) : boolean

Parameters

Return Value

Type: System..::..Boolean

Implements

IEquatable< (Of < ( <'T> ) > ) >..::..Equals(T)

See Also

Reference

ExtensionHandle Class

Equals Overload

Microsoft.Data.Tools.Schema.Extensibility Namespace