Searched refs:NegateValue (Results 1 – 1 of 1) sorted by relevance
1040 public static boolean NegateValue(boolean arg) { in NegateValue() method in Main1045 return !(NegateValue(arg)); in NotNotBool()