Delen via


SqlModelInformation.Equals Method (SchemaCompareModelInformation)

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

Return Value

Type: System.Boolean
true if the objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

SqlModelInformation Class

Equals Overload

Microsoft.Data.Schema.Tools.Sql.Compare.Schema Namespace