ModelStore.Element.Equals Method

Returns whether two items are equal.

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

Syntax

'Declaration
Public Overrides NotOverridable Function Equals ( _
    other As Object _
) As Boolean
'Usage
Dim instance As ModelStore..::..Element
Dim other As Object
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public override sealed bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override sealed
public override final function Equals(
    other : Object
) : boolean
abstract Equals : 
        other:Object -> bool 
override Equals : 
        other:Object -> bool 

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelStore.Element Class

ModelStore.Element Members

Microsoft.Data.Schema.SchemaModel Namespace