Поделиться через


ModelIdentifier.Equals Method (ModelIdentifier)

Determines whether the provided model identifiers and the current identifier are equal.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Function Equals ( _
    other As ModelIdentifier _
) As Boolean
public virtual bool Equals(
    ModelIdentifier other
)
public:
virtual bool Equals(
    ModelIdentifier^ other
)
abstract Equals : 
        other:ModelIdentifier -> bool 
override Equals : 
        other:ModelIdentifier -> bool 
public function Equals(
    other : ModelIdentifier
) : boolean

Parameters

Return Value

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

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

ModelIdentifier Class

Equals Overload

Microsoft.Data.Schema.SchemaModel Namespace