Class Equals
java.lang.Object
com.udojava.evalex.AbstractLazyFunction
me.hsgamer.hscore.expression.StringComparator
me.hsgamer.hscore.expression.string.Equals
- All Implemented Interfaces:
com.udojava.evalex.LazyFunction
Check if the 1st string is the same as the 2nd string
Ex: STREQ("str1", "str1")
Ex: STREQ("str1", "str1")
-
Field Summary
Fields inherited from class com.udojava.evalex.AbstractLazyFunction
booleanFunction, name, numParams -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.hsgamer.hscore.expression.StringComparator
lazyEvalMethods inherited from class com.udojava.evalex.AbstractLazyFunction
getName, getNumParams, isBooleanFunction, numParamsVaries
-
Constructor Details
-
Equals
public Equals()
-
-
Method Details
-
compare
Description copied from class:StringComparatorCompare the two strings- Specified by:
comparein classStringComparator- Parameters:
s1- the 1st strings2- the 2nd string- Returns:
- the result
-