Delen via


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

Return Value

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

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

SchemaCompareModelInformation Class

Equals Overload

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

SchemaCompareModelInformation