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
- other
Type: Microsoft.Data.Schema.Tools.Compare.Schema.ISchemaCompareModelProvider
An ISchemaCompareModelProvider object.
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
- 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
SchemaCompareConnectionBasedModelProvider Class