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 two provided model identifiers are equal.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function Equals ( _
identifierA As ModelIdentifier, _
identifierB As ModelIdentifier _
) As Boolean
public static bool Equals(
ModelIdentifier identifierA,
ModelIdentifier identifierB
)
public:
static bool Equals(
ModelIdentifier^ identifierA,
ModelIdentifier^ identifierB
)
static member Equals :
identifierA:ModelIdentifier *
identifierB:ModelIdentifier -> bool
public static function Equals(
identifierA : ModelIdentifier,
identifierB : ModelIdentifier
) : boolean
Parameters
- identifierA
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier object.
- identifierB
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier object.
Return Value
Type: System.Boolean
true if the two objects are equal; otherwise, false.
.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.