SchemaCompareModelProviderBase.IsEqualTemplate Method

When implemented in a derived class, returns a value that indicates whether the given model provider was created with the same template as this model provider.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the templates for the two objects are equal; otherwise, false.

.NET Framework Security

See Also

Reference

SchemaCompareModelProviderBase Class

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