예제 #1
0
        public override bool Equals(object obj)
        {
            if ((obj == null) || !(obj is UDecN4))
            {
                return(false);
            }

            return(UDecN4.Equals(this, (UDecN4)obj));
        }
예제 #2
0
 public bool Equals(UDecN4 value)
 {
     return(UDecN4.Equals(this, value));
 }