Exemple #1
0
        Int32 IComparable.CompareTo(Object obj)
        {
            if (obj is Mass)
            {
                return(CompareTo((Mass)(obj)));
            }

            throw PscxArgumentException.ObjectMustBeOfType("obj", typeof(Mass));
        }