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
- other
Type: Microsoft.Data.Schema.Tools.Compare.Schema.ISchemaCompareModelProvider
An ISchemaCompareModelProvider object.
Return Value
Type: System.Boolean
true if the templates for the two objects are equal; otherwise, false.
.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.