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.2.0.0 (5.2.17.0403)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
Return Value
Type:
BooleanSee Also