public class FieldComparator extends Object
Constructor and Description |
---|
FieldComparator() |
Modifier and Type | Method and Description |
---|---|
boolean |
compare(String lhs,
String rhs)
Given two values, returns true if they are equal.
|
public boolean compare(String lhs, String rhs)
lhs
- a String
valuerhs
- a String
valueboolean
true if the values are equal, or else false.Copyright © 2015 Caplin Systems.