SchemaCompareModelInformation.Equals Method (SchemaCompareModelInformation)
Determines whether the provided SchemaCompareModelInformation object is equal to the current instance.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Function Equals ( _
other As SchemaCompareModelInformation _
) As Boolean
public virtual bool Equals(
SchemaCompareModelInformation other
)
public:
virtual bool Equals(
SchemaCompareModelInformation^ other
)
abstract Equals :
other:SchemaCompareModelInformation -> bool
override Equals :
other:SchemaCompareModelInformation -> bool
public function Equals(
other : SchemaCompareModelInformation
) : boolean
Parameters
- other
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareModelInformation
A SchemaCompareModelInformation 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.
See Also
Reference
SchemaCompareModelInformation Class