FunctionUtils.CommonEquals(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
If two objects are equal.