ModelProviderBase.IsEqualTemplate Method

Returns whether the specified model provider GUID is equal to this provider GUID.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected MustOverride Function IsEqualTemplate ( _
    other As IModelProvider _
) As Boolean
'Usage
Dim other As IModelProvider
Dim returnValue As Boolean

returnValue = Me.IsEqualTemplate(other)
protected abstract bool IsEqualTemplate(
    IModelProvider other
)
protected:
virtual bool IsEqualTemplate(
    IModelProvider^ other
) abstract
protected abstract function IsEqualTemplate(
    other : IModelProvider
) : boolean
abstract IsEqualTemplate : 
        other:IModelProvider -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelProviderBase Class

ModelProviderBase Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace