com.togethersoft.openapi.util
Class Comparing


public class Comparing

Compares one Object to another.

Author:
TogetherSoft

Method Summary
 static booleanequal(Object arg1, Object arg2)
           Compares one object to another.

Method Detail

equal

public static boolean equal(Object arg1, Object arg2)
Compares one object to another. Can compare single Objects or an arrays of Objects.
Parameters:
arg1 - first Object or an array of Objects to compare
arg2 - second Object or an array of Objects to compare
Returns: true if obects are equal, false else