Share via


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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IModelProvider Interface

IModelProvider Members

Microsoft.Data.Schema.Compare.Schema Namespace