IModelProvider.IsEqual Method
Returns whether the model provider is equivalent.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function IsEqual ( _
other As IModelProvider _
) As Boolean
'Usage
Dim instance As IModelProvider
Dim other As IModelProvider
Dim returnValue As Boolean
returnValue = instance.IsEqual(other)
bool IsEqual(
IModelProvider other
)
bool IsEqual(
IModelProvider^ other
)
function IsEqual(
other : IModelProvider
) : boolean
abstract IsEqual :
other:IModelProvider -> bool
Parameters
- other
Type: Microsoft.Data.Schema.Compare.Schema.IModelProvider
The model provider to compare
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.