clojure.lang.Numbers.BigIntegerOps.equiv C# (CSharp) Méthode

equiv() public méthode

public equiv ( object x, object y ) : bool
x object
y object
Résultat bool
            public bool equiv(object x, object y)
            {
                return toBigInteger(x).Equals(toBigInteger(y));
            }