SchemaCompareConnectionBasedModelProvider.IsEqualTemplate Method

Returns a value that indicates whether the given model provider has the same foundation as the current provider.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Protected Overrides Function IsEqualTemplate ( _
    other As ISchemaCompareModelProvider _
) As Boolean
protected override bool IsEqualTemplate(
    ISchemaCompareModelProvider other
)
protected:
virtual bool IsEqualTemplate(
    ISchemaCompareModelProvider^ other
) override
abstract IsEqualTemplate : 
        other:ISchemaCompareModelProvider -> bool 
override IsEqualTemplate : 
        other:ISchemaCompareModelProvider -> bool 
protected override function IsEqualTemplate(
    other : ISchemaCompareModelProvider
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the other parameter value is not nulla null reference (Nothing in Visual Basic) and can be converted to a SchemaCompareConnectionBasedModelProvider object, and the connection strings are identical; otherwise, false.

.NET Framework Security

See Also

Reference

SchemaCompareConnectionBasedModelProvider Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

ISchemaCompareModelProvider