java.lang.Object | |
↳ | com.atlassian.jira.util.ObjectUtils |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Compares the two objects.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Compares the two objects. Returns true if both are null references or both are not not null and equal.
o1 | object to compare |
---|---|
o2 | object to compare |