Searched refs:bnEquals (Results 1 – 1 of 1) sorted by relevance
697 function bnEquals(a) { return(this.compareTo(a)==0); } function1181 BigInteger.prototype.equals = bnEquals;