示例#1
0
        public bool Equals(IVoidValue other)
        {
            if (other == null)
                return false;

            return this.VirtualMachine.Equals(other.GetVirtualMachine());
        }
        public bool Equals(IVoidValue other)
        {
            if (other == null)
            {
                return(false);
            }

            return(this.VirtualMachine.Equals(other.GetVirtualMachine()));
        }
 public bool Equals(IVoidValue other)
 {
     throw new NotImplementedException();
 }