IdentifierCollationComparer.Compare Method
Compares two models.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overrides Function Compare ( _
x As ModelStore..::..Identifier, _
y As ModelStore..::..Identifier _
) As Integer
'Usage
Dim instance As IdentifierCollationComparer
Dim x As ModelStore..::..Identifier
Dim y As ModelStore..::..Identifier
Dim returnValue As Integer
returnValue = instance.Compare(x, y)
public override int Compare(
ModelStore..::..Identifier x,
ModelStore..::..Identifier y
)
public:
virtual int Compare(
ModelStore..::..Identifier^ x,
ModelStore..::..Identifier^ y
) override
public override function Compare(
x : ModelStore..::..Identifier,
y : ModelStore..::..Identifier
) : int
abstract Compare :
x:ModelStore..::..Identifier *
y:ModelStore..::..Identifier -> int
override Compare :
x:ModelStore..::..Identifier *
y:ModelStore..::..Identifier -> int
Parameters
- x
Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
The source
- y
Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
The target
Return Value
Type: System.Int32
Implements
.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.
See Also
Reference
IdentifierCollationComparer Class