Searched refs:otherVersionObj (Results 1 – 1 of 1) sorted by relevance
148 Version otherVersionObj = (Version) obj; in equals() local151 return mMajor == otherVersionObj.mMajor in equals()152 && mMinor == otherVersionObj.mMinor in equals()153 && mPatch == otherVersionObj.mPatch; in equals()