FunctionUtils.CommonEquals(Object, Object) Method

Definition

Judge if two objects are equal.

public static bool CommonEquals (object obj1, object obj2);
static member CommonEquals : obj * obj -> bool
Public Shared Function CommonEquals (obj1 As Object, obj2 As Object) As Boolean

Parameters

obj1
Object

First object.

obj2
Object

Second object.

Returns

Boolean

If two objects are equal.

Applies to