com.togethersoft.openapi.util
Class Comparing
- public class Comparing
Compares one Object to another.
- Author:
- TogetherSoft
- Since: Together 4.0
| Method Summary |
static boolean | equal(Object arg1, Object arg2) Compares one object to another. |
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