Click or drag to resize
DBUniqueConstraint.Equals Method
compares two DBUniqueConstraints. It checks if the passed in unique constraint has the same fields as this one. If not, false is returned, otherwise true.

Namespace: SD.LLBLGen.Pro.DBDriverCore
Assembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object

Return Value

Type: Boolean
See Also