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 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
- other
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier object.
Return Value
Type: System.Boolean
true if the two 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.