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
- obj
Type: System.Object
Return Value
Type: System.Boolean
true if the other object is equal to the current instance; 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.
See Also
Reference
Microsoft.Data.Schema.SchemaModel Namespace
Equals()