ForeignKeyConstraint::Equals Method (Object^)

 

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

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
virtual bool Equals(
	Object^ key
) override

Parameters

key
Type: System::Object^

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

Return Value

Type: System::Boolean

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

The following example creates a new ForeignKeyConstraint and checks it against other collection members with the Equals method before adding it to a ConstraintCollection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: