Click or drag to resize
DBUniqueConstraintEquals 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.3.0.0 (5.3.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
See Also