Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two Object instances are equal.
Namespace: Microsoft.Data.Schema.Tools.Sql.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools.Sql (in Microsoft.Data.Schema.Tools.Sql.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
other As SchemaCompareModelInformation _
) As Boolean
public override bool Equals(
SchemaCompareModelInformation other
)
public:
virtual bool Equals(
SchemaCompareModelInformation^ other
) override
abstract Equals :
other:SchemaCompareModelInformation -> bool
override Equals :
other:SchemaCompareModelInformation -> bool
public override function Equals(
other : SchemaCompareModelInformation
) : boolean
Parameters
- other
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
An Object to compare to this object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
.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.