ModelElement.Equals Method
Determines whether a provided object is equal to the current element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overrides NotOverridable Function Equals ( _
obj As Object _
) As Boolean
public override sealed bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override sealed
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override final function Equals(
obj : Object
) : boolean
Parameters
- obj
Type: System.Object
Return Value
Type: System.Boolean
true if the two elements 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.