SchemaCompareConnectionBasedModelCreator.IsEqualTemplate Method
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Function IsEqualTemplate ( _
other As SchemaCompareConnectionBasedModelCreator _
) As Boolean
public virtual bool IsEqualTemplate(
SchemaCompareConnectionBasedModelCreator other
)
public:
virtual bool IsEqualTemplate(
SchemaCompareConnectionBasedModelCreator^ other
)
abstract IsEqualTemplate :
other:SchemaCompareConnectionBasedModelCreator -> bool
override IsEqualTemplate :
other:SchemaCompareConnectionBasedModelCreator -> bool
public function IsEqualTemplate(
other : SchemaCompareConnectionBasedModelCreator
) : boolean
Parameters
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.