ISchemaCompareModelProvider.IsEqual Method
Returns a value that indicates whether the provided ISchemaCompareModelProvider is equal to the current provider.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Function IsEqual ( _
other As ISchemaCompareModelProvider _
) As Boolean
bool IsEqual(
ISchemaCompareModelProvider other
)
bool IsEqual(
ISchemaCompareModelProvider^ other
)
abstract IsEqual :
other:ISchemaCompareModelProvider -> bool
function IsEqual(
other : ISchemaCompareModelProvider
) : boolean
Parameters
- other
Type: Microsoft.Data.Schema.Tools.Compare.Schema.ISchemaCompareModelProvider
An ISchemaCompareModelProvider object.
Return Value
Type: System.Boolean
true if the other is equal to the current object; otherwise, false.
.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.