Searched refs:strictEquals (Results 1 – 3 of 3) sorted by relevance
429 .that(selector1.strictEquals(selector2)).isFalse(); in strictEquals_withDifferentPrimaryIds_returnsFalse()443 .that(selector1.strictEquals(selector2)).isFalse(); in strictEquals_withDifferentSecondaryIds_returnsFalse()457 .that(selector1.strictEquals(selector2)).isTrue(); in strictEquals_withDifferentSecondaryIdsOrders_returnsTrue()
702 public boolean strictEquals(@Nullable Object obj) { in strictEquals() method in ProgramSelector
1845 if (!mSelector.strictEquals(other.mSelector)) return false; in equals()