SqlHelperObjectsEqual Method |
Returns true if two objects are equal.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static bool ObjectsEqual(
Object obj1,
Object obj2
)
Parameters
- obj1
- Type: SystemObject
Object 1 - obj2
- Type: SystemObject
Object 2
Return Value
Type:
BooleanSee Also