[]
        
(Showing Draft Content)

C1.WPF.Document.Utils.AreObjectsEqual

AreObjectsEqual Method

AreObjectsEqual(object, object)

Compares two objects using Equals() methods, returns true if both objects are null. Null and System.DBNull interpretted as same values.

Declaration
public static bool AreObjectsEqual(object v1, object v2)
Parameters
Type Name Description
object v1

First object.

object v2

Second object.

Returns
Type Description
bool

Returns true if objects are equal, false otherwise.