SchemaCompareProjectBasedModelProvider.IsEqualTemplate Method
Determines whether two providers have the same template.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.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
The provider to compare to this.
Return Value
Type: System.Boolean
.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
SchemaCompareProjectBasedModelProvider Class
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace