NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ForeignKeyConstraint.Equals

Gets a value indicating whether the current ForeignKeyConstraint is identical to the specified object.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal key As Object _
) As Boolean
[C#]
public override bool Equals(
   object key
);
[C++]
public: override bool Equals(
   Object* key
);
[JScript]
public override function Equals(
   key : Object
) : Boolean;

Parameters

key
The object to which this ForeignKeyConstraint is compared. Two ForeignKeyConstraint are equal if they constrain the same columns.

Return Value

true, if the objects are identical; otherwise, false.

See Also

ForeignKeyConstraint Class | ForeignKeyConstraint Members | System.Data Namespace