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
- other
Type: System.Object
The item to compare
Return Value
Type: System.Boolean
.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.