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.6.0.0 (5.6.19.0117)
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Parameters
- obj
 - Type: SystemObject
 
Return Value
Type: 
Boolean
See Also