SqlClrPart.Equality-Operator

Gibt einen Wert zurück, der angibt, ob zwei CLR-Teile gleich sind.

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

Syntax

'Declaration
Public Shared Operator = ( _
    clrPart1 As SqlClrPart, _
    clrPart2 As SqlClrPart _
) As Boolean
public static bool operator ==(
    SqlClrPart clrPart1,
    SqlClrPart clrPart2
)
public:
static bool operator ==(
    SqlClrPart clrPart1, 
    SqlClrPart clrPart2
)
static let inline (=)
        clrPart1:SqlClrPart * 
        clrPart2:SqlClrPart  : bool
JScript unterstützt keine überladenene Operatoren.

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlClrPart Struktur

Microsoft.Data.Schema.Sql.SchemaModel-Namespace