Searched refs:otherParam (Results 1 – 1 of 1) sorted by relevance
160 ScriptParameter<J, K> otherParam = (ScriptParameter<J,K>) other; in equals() local162 return mScriptClass.equals(otherParam.mScriptClass) && in equals()163 mValueClass.equals(otherParam.mValueClass); in equals()