Поделиться через


DataRuleSetting.Equals Method

Returns a value that indicates whether the provided data rule setting is equal to the current instance.

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

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
abstract Equals : 
        obj:Object -> bool 
override Equals : 
        obj:Object -> bool 
public override function Equals(
    obj : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
True if all property values in the obj are equal to those of this DataRuleSetting object.

.NET Framework Security

See Also

Reference

DataRuleSetting Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

DataRule