AreObjectsEqual Method (Utils)
In This Topic
Compares two objects using Equals() methods, returns true if both objects are null. Null and System.DBNull interpretted as same values.
Syntax
Parameters
- v1
- First object.
- v2
- Second object.
Return Value
Returns true if objects are equal, false otherwise.
See Also