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
- other
Type: Microsoft.Data.Schema.Tools.Compare.Schema.ISchemaCompareModelProvider
An ISchemaCompareModelProvider to compare to the current object.
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
- 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.
See Also
Reference
SchemaCompareFileBasedModelProvider Class