Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a value that indicates whether the given model provider is equal to this model provider.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Function IsEqual ( _
other As ISchemaCompareModelProvider _
) As Boolean
public virtual bool IsEqual(
ISchemaCompareModelProvider other
)
public:
virtual bool IsEqual(
ISchemaCompareModelProvider^ other
)
abstract IsEqual :
other:ISchemaCompareModelProvider -> bool
override IsEqual :
other:ISchemaCompareModelProvider -> bool
public function IsEqual(
other : ISchemaCompareModelProvider
) : boolean
Parameters
- other
Type: Microsoft.Data.Schema.Tools.Compare.Schema.ISchemaCompareModelProvider
An ISchemaCompareModelProvider object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
ISchemaCompareModelProvider.IsEqual(ISchemaCompareModelProvider)
.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.