Share via


SchemaCompareFileBasedModelProvider.IsEqualTemplate Method

Returns a value that indicates whether the provided compare model provider is based on the same template.

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
false if the other parameter is nulla null reference (Nothing in Visual Basic), or is not derived from the current object type, or the respective database file names are different; otherwise, true.

.NET Framework Security

See Also

Reference

SchemaCompareFileBasedModelProvider Class

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

ISchemaCompareModelProvider