public override bool Equals(object obj) { if (!base.Equals(obj)) { return(false); } Db4objects.Db4o.NativeQueries.Expr.Cmp.Operand.MethodCallValue casted = (Db4objects.Db4o.NativeQueries.Expr.Cmp.Operand.MethodCallValue )obj; return(_method.Equals(casted._method) && _callingConvention == casted._callingConvention); }
public override bool Equals(object obj) { if (!base.Equals(obj)) { return(false); } var casted = (MethodCallValue )obj; return(_method.Equals(casted._method) && _callingConvention == casted._callingConvention); }