Share via


ModelAnnotation.Equals Method

Returns a value that indicates whether a provided object is equal to the current object.

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

Return Value

Type: System.Boolean
true if the other object is equal to the current instance; otherwise, false.

.NET Framework Security

See Also

Reference

ModelAnnotation Class

Microsoft.Data.Schema.SchemaModel Namespace

Equals()