SqlClrPart.Equality Operator
Returns a value that indicates whether two CLR parts are equal.
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 does not support overloaded operators.
Parameters
- clrPart1
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlClrPart
- clrPart2
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlClrPart
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.